home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / DB / UTIL72 / CATSTATE.SQL < prev    next >
Encoding:
Text File  |  1995-05-09  |  3.5 KB  |  62 lines

  1. rem 
  2. rem $Header: catstate.sql 7020100.1 94/09/23 22:14:20 cli Generic<base> $ 
  3. rem 
  4. Rem  Copyright (c) 1991 by Oracle Corporation 
  5. Rem    NAME
  6. Rem      catstate.sql
  7. Rem    DESCRIPTION
  8. Rem      Estimate statistics for all dictionary clusters and tables.
  9. Rem    NOTES
  10. Rem      Must be connected as sys or internal.
  11. Rem    MODIFIED   (MM/DD/YY)
  12. Rem     tpystyne   11/06/92 -  Creation 
  13.  
  14. analyze cluster C_COBJ# estimate statistics;                       
  15. analyze cluster C_FILE#_BLOCK# estimate statistics;                
  16. analyze cluster C_MLOG# estimate statistics;                       
  17. analyze cluster C_OBJ# estimate statistics;                        
  18. analyze cluster C_TS# estimate statistics;                         
  19. analyze cluster C_USER# estimate statistics;                       
  20. analyze cluster HIST$ estimate statistics;                         
  21.  
  22. analyze table ACCESS$ estimate statistics;                       
  23. analyze table AUD$ estimate statistics;                          
  24. analyze table AUDIT$ estimate statistics;                        
  25. analyze table BOOTSTRAP$ estimate statistics;                    
  26. analyze table COM$ estimate statistics;                          
  27. analyze table CON$ estimate statistics;                          
  28. analyze table DEFROLE$ estimate statistics;                      
  29. analyze table DEPENDENCY$ estimate statistics;                   
  30. analyze table DUAL estimate statistics;                          
  31. analyze table ERROR$ estimate statistics;                        
  32. analyze table FILE$ estimate statistics;                         
  33. analyze table IDL_CHAR$ estimate statistics;                     
  34. analyze table IDL_SB4$ estimate statistics;                      
  35. analyze table IDL_UB1$ estimate statistics;                      
  36. analyze table IDL_UB2$ estimate statistics;                      
  37. analyze table INCEXP estimate statistics;                        
  38. analyze table INCFIL estimate statistics;                        
  39. analyze table INCVID estimate statistics;                        
  40. analyze table LAB$ estimate statistics;                          
  41. analyze table LINK$ estimate statistics;                         
  42. analyze table OBJ$ estimate statistics;                          
  43. analyze table OBJAUTH$ estimate statistics;                      
  44. analyze table PENDING_SESSIONS$ estimate statistics;             
  45. analyze table PENDING_SUB_SESSIONS$ estimate statistics;         
  46. analyze table PENDING_TRANS$ estimate statistics;                
  47. analyze table PROCEDURE$ estimate statistics;                    
  48. analyze table PROFILE$ estimate statistics;                      
  49. analyze table PROFNAME$ estimate statistics;                     
  50. analyze table PROPS$ estimate statistics;                        
  51. analyze table RESOURCE_COST$ estimate statistics;                
  52. analyze table SEQ$ estimate statistics;                          
  53. analyze table SNAP$ estimate statistics;                         
  54. analyze table SOURCE$ estimate statistics;                       
  55. analyze table SYN$ estimate statistics;                          
  56. analyze table SYSAUTH$ estimate statistics;                      
  57. analyze table TRIGGER$ estimate statistics;                      
  58. analyze table TRIGGERCOL$ estimate statistics;                   
  59. analyze table UNDO$ estimate statistics;                         
  60. analyze table VIEW$ estimate statistics;                         
  61. analyze table "_default_auditing_options_" estimate statistics;    
  62.